Users Pricing

forum

home / developersection / forums / extjs - how to set border for the container.

Extjs - How to set border for the Container.

Anonymous User 2978 05 May 2016
I have created a container, now I want to create border for our container.
My container code is below:
MyContainer = Ext.extend(Ext.Container, {
    height: 50,
    width: 300,
    id: 'container1',
    initComponent: function() {
        MyContainer.superclass.initComponent.call(this);
    }
});
Please help me.!

I am a content writter !


1 Answers